@CHARSET "UTF-8";

/*轮播图*/
.fullSlide{
	 width:100%;;
	 margin:0 auto;
	 position:relative; 
	 height:450px;
	 +width:100%; 
	 +position:relative; 
	 +height:450px;

}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	+margin: 0 auto;
	+position: relative;
	+z-index: 0;
	+overflow: hidden;
}

.fullSlide .bd li {
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	background-position: center 0;
	background-repeat: no-repeat;
	+width: 100%;
	+height: 450px;
	+overflow: hidden;
	+text-align: center;
	+background-position: center 0;
	+background-repeat: no-repeat;
}

.fullSlide .hd {
    bottom: 10px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.fullSlide .hd ul {
    padding-top: 5px;
    text-align: center;
}
.tempWrapUl {
	left: 0px;
	top: 0px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	}
.fullSlide .hd ul li {
    background: url("../img/focus.png") repeat scroll left top rgba(0, 0, 0, 0);
    background: url("../img/focus.png") repeat scroll left top \0/;
    + background: url("../img/focus.png") repeat scroll left top ;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 5px 10px;
    /* line-height: 9999px; */
    overflow: hidden;
    width: 16px;
    +float: left;
    +position: relative;
    +left: 600px;
}
.fullSlide .hd ul .on {
    background-position: left -16px;
}
/*轮播图*/
/*精品游戏*/
.High-qualityGoodsGame{
	width: 1024px;
	margin:0 auto;
	height: 200px;
	overflow: hidden;
	background-color: #f3f3f3;
}
.High-qualityGoodsGame div{
	width: 33%;
	height: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
}
.High-qualityGoodsGame div img{
	width: 80%;
	height: 90%;
	margin: 0 auto;
	padding-top:0px;
	display: table-cell;
	transition:width 1s,height 1s, transform 1s;
	-ms-transition:width 1s,height 1s, -moz-transform 1s; /* Internet Explorer */
	-moz-transition:width 1s,height 1s, -moz-transform 1s; /* Firefox 4 */
	-webkit-transition:width 1s,height 1s, -webkit-transform 1s; /* Safari and Chrome */
	-o-transition:width 1s,height 1s, -o-transform 1s; /* Opera */
}
.High-qualityGoodsGame div img:HOVER{
	width: 90%;
	height: 100%;
	top:-10px;
		transform:rotate(3deg);
-ms-transform:rotate(3deg); /* Internet Explorer */
-moz-transform:rotate(3deg); /* Firefox */
-webkit-transform:rotate(3deg); /* Safari 和 Chrome */
-o-transform:rotate(3deg); /* Opera */
}
/*精品游戏*/
/*内容*/
.wrapper-content { background-color:#f4f4f4; }
#content { height:230px; overflow:hidden; }
#content .container { width:330px; height:230px; float:left;  }
#content .container-02 { width:340px; height:230px; float:left;  }

#content .news-pic { width:122px; height:230px;  }
#content .news-main { width:208px; height:294px; padding-top:36px; }
#content .news-bottom { padding-top:9px; }
#content .news-bottom li { width:180px; line-height:24px; height:24px; overflow:hidden; }

#content .case-pic { width:166px; height:230px;  }
#content .case-main { width:174px; height:294px; padding-top:36px; }
#content .case-bottom { padding-top:8px; }
#content .case-bottom li, #content .career-bottom li { line-height:24px; height:24px; overflow:hidden; }

#content .career-pic { width:122px; height:230px;  }
#content .career-main { width:218px; height:294px; padding-top:36px; }
#content .career-bottom { padding-top:8px; }
#content .career-bottom li { padding-left:14px; }
#content .career-bottom p { width:200px; letter-spacing: 1px; color:#494949; line-height:24px; height:24px; text-indent: 2em; }

.more { height:22px; text-align: right; line-height:22px; padding-right:20px; }
.more a { color:#ff8a00; }
/*内容*/